home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / internet / vbipsmtp / install.txt < prev    next >
Encoding:
Text File  |  1995-11-03  |  1.1 KB  |  28 lines

  1. Installing the dsSocket OLE Custom Control
  2.  
  3. 1.    Unzip the archive file intothe directory of your choice
  4.  
  5. 2.    Copy the dsSock32.OCX file to your system directory
  6.         (Windows/System on Win95, Windows/System32 on NT)
  7.  
  8. 3.    Copy the dsSock.hlp file to your Windows directory
  9.  
  10. 4.    Run Visual Basic 4.0, Select Custom Controls from the Tools
  11.     menu, Browse for dsSock32.OCX and add it to the registered controls.
  12.  
  13. 5.    To setup Visual Basic 4.0 to convert dsSock.VBX references to dsSock32.OCX
  14.     references add the following line to your VB.INI file.
  15.  
  16.     dssock.vbx={FFACF7F3-B868-11CE-84A8-08005A9B23BD}#1.5#0;C:\Windows\System\dssock32.ocx
  17.  
  18.     This line goes in the [VBX Conversions32] section of the INI file.  Change the
  19.     directory on the end of the line to match the directory where dsSock32.OCX was
  20.     placed.  With this change Visual Basic will offer to convert VBX references to
  21.     the OCX when you load a VB3 project that uses the dsSocket VBX.
  22.  
  23. 6.    If you don't have the file OC30.DLL in your System or System32 directory you must
  24.     move the one supplied there.
  25.  
  26. 7.    If you have any problems installing dsSocket please email stephenc@idirect.com.
  27.  
  28.